Configurates
C1.Web.Mvc.Finance.MacdBase<T>.FastPeriod. Sets the fast exponential moving average period for the MACD line.
Syntax
'Declaration
Public Function FastPeriod( _
ByVal As Double _
) As
public FastPeriod(
double
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also